//==============================================================================
// The Butcher GroundSmash SFX_anim.txt
//==============================================================================
//==============================================================================
define Blastring
{
	set hotspot
	{
		version
		{
			Visualparticle TheButcher FurnaceBlast Ring SFX
		}
	}
}
//==============================================================================
define firecrack
{
   set hotspot
   {
      version
      {
         Visualparticle GP X Tartarian Gate Firecrack
      }
   }
}
//==============================================================================
define fireburst
{
   set hotspot
   {
      version
      {
         Visualparticle GP X Tartarian Gate Fireburst
      }
   }
}
//==============================================================================
define Dirtcrack
{
   set hotspot
   {
      version
      {
         Visualparticle GP X Tartarian Gate Dirtcrack
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
   	      Visual GP X Tartarian Gate Crack A
				Connect hotspot Blastring hotspot
				Connect hotspot firecrack hotspot
				Connect hotspot fireburst hotspot
				Connect hotspot dirtcrack hotspot
         }
      }
   }
}
